D3D_DOT3D
This command will create a dot in 3D space. The Size parameter is the size of the dot, and is unaffected by distance from the camera
Optionally specifying a colour will override the colour set by D3D_COLOR. Setting Z Enable to 1 will enable Z-Buffering.
NOTE: This command does not create a reusable object, and therefore must be called whenever a 3D dot is required.

SYNTAX
D3D_DOT3D X#, Y#, Z#, Size#
D3D_DOT3D X#, Y#, Z#, Size#, Colour, Z Enable
D3D_DOT3D Camera, X#, Y#, Z#, Size#, Colour, Z Enable

RELATED INFO
D3DFunc Commands Menu
Index

EXAMPLE
View Showcase Example